home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Aug 89 / X0092-Re Segmentation-Aug89 < prev    next >
Encoding:
Text File  |  1989-08-22  |  1.4 KB  |  36 lines  |  [TEXT/GEOL]

  1. Item    1527564                         21-Aug-89        19:03
  2.  
  3. From:   MOOF                            Rollin, Keith A,APL
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Re- Segmentation
  8.  
  9. Dav,
  10.  
  11. >Is it safe to use this information?  Can I count on a resident MacApp
  12. >routine staying resident as MacApp's segmentation strategies evolve?
  13. >
  14. >Is Apple committed to keeping currently-resident code resident in all
  15. >future versions?
  16.  
  17. Well, I can guarantee that Apple won't be changing your program out from under
  18. you (and I don't want any cracks from some wise-guy out there about SIZE
  19. resources...). What segments are marked as permanently resident is totally up
  20. to you as specified by your 'res!' resources. If you don't like the way MacApp
  21. has it set up, you can augment or replace it. If you are paranoid about the
  22. whole thing (which is perfectly fine), then make sure the segment you want is
  23. loaded and locked into memory by calling SetResidentSegment.
  24.  
  25. If MacApp's segmentation strategies evolve, there will be no way that can
  26. affect your program without your first recompiling it. At that time, you can
  27. change your program as necessary to accomodate any new segmentation scheme.
  28.  
  29. That's one of the nice things about carrying around your toolbox with your
  30. application; you don't have to worry about it changing out from under you like
  31. with the ROMs and System File.
  32.  
  33. - Keith Rollin
  34. - Apple Developer Technical Support
  35.  
  36.